.tf-highlighted-text{
    display: inline-block;
    position: relative;
    font-size: unset;
}
.tf-highlighted-text svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}

.tf-highlighted-text svg path{
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: red;
    stroke-width: 10;
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: elementor-headline-dash 5s infinite;
    animation: elementor-headline-dash 5s infinite;
}

.tf-highlighted-text svg path:nth-of-type(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    to {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}

.tf-highlighted .item {
    display: none;
}
.tf-highlighted .item.active {
    display: block;
}

.tf-highlighted-drop-in {
    position: relative;
    font-weight: 200;
    font-size: 4em; }

.tf-highlighted-drop-in .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden; }

.tf-highlighted-drop-in .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em; }

@media (min-width: 992px) { 
.tf-headline-wrap.tf-headline-break .tf-text {
    zoom: 1; }
.tf-headline-wrap.tf-headline-break .tf-text:before, .tf-headline-wrap.tf-headline-break .tf-text:after {
    content: "";
    display: table; }
.tf-headline-wrap.tf-headline-break .tf-text:after {
    clear: both; }
}

@media (max-width: 991px) { 
    .tf-headline-wrap.tf-headline-break-tablet .tf-text {
        zoom: 1; }
    .tf-headline-wrap.tf-headline-break-tablet .tf-text:before, .tf-headline-wrap.tf-headline-break-tablet .tf-text:after {
        content: "";
        display: table; }
    .tf-headline-wrap.tf-headline-break-tablet .tf-text:after {
        clear: both; }
}

@media (max-width: 767px) { 
    .tf-headline-wrap.tf-headline-break-mobi .tf-text {
        zoom: 1; }
    .tf-headline-wrap.tf-headline-break-mobi .tf-text:before, .tf-headline-wrap.tf-headline-break-mobi .tf-text:after {
        content: "";
        display: table; }
    .tf-headline-wrap.tf-headline-break-mobi .tf-text:after {
        clear: both; }
}